crypto/tls.echClientContext.innerTranscript (field)
12 uses
crypto/tls (current package)
handshake_client.go#L214: innerTranscript hash.Hash
handshake_client_tls13.go#L72: hs.echContext.innerTranscript = hs.suite.hash.New()
handshake_client_tls13.go#L73: if err := transcriptMsg(hs.echContext.innerHello, hs.echContext.innerTranscript); err != nil {
handshake_client_tls13.go#L88: confTranscript := cloneHash(hs.echContext.innerTranscript, hs.suite.hash)
handshake_client_tls13.go#L102: hs.transcript = hs.echContext.innerTranscript
handshake_client_tls13.go#L251: chHash = hs.echContext.innerTranscript.Sum(nil)
handshake_client_tls13.go#L252: hs.echContext.innerTranscript.Reset()
handshake_client_tls13.go#L253: hs.echContext.innerTranscript.Write([]byte{typeMessageHash, 0, 0, uint8(len(chHash))})
handshake_client_tls13.go#L254: hs.echContext.innerTranscript.Write(chHash)
handshake_client_tls13.go#L262: confTranscript := cloneHash(hs.echContext.innerTranscript, hs.suite.hash)
handshake_client_tls13.go#L282: if err := transcriptMsg(hs.serverHello, hs.echContext.innerTranscript); err != nil {
handshake_client_tls13.go#L375: if err := transcriptMsg(hs.echContext.innerHello, hs.echContext.innerTranscript); err != nil {
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |